@charset "gb2312";

/* CSS Document */

.banner {
    position: relative;
    z-index: 1;
}


/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.banner .flexslider .slides>li .gp-img-responsive {
    display: block;
    height: 0;
    padding-bottom: 36%;
    overflow: hidden;
    position: relative;
}

.banner .flexslider .gp-img-responsive img:hover {
    transform: scale(1);
}

.flexslider .slides>li.clone {
    position: relative
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/

.flexslider {
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}


/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    /*! text-decoration:none; */
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    border-radius: 50%;
    border: rgba(255, 255, 255, 0.5) 2px solid;
}

.flex-direction-nav a:hover {
    text-shadow: 1px 1px 0 #666;
}

.flex-direction-nav .flex-prev {}

.flex-direction-nav .flex-next {}

.flexslider:hover .flex-prev {}

.flexslider:hover .flex-next {}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}


/* Pause/Play */

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}


/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -2px;
    /*! left:0; */
    text-align: center;
    z-index: 9999;
}

.flex-control-nav li {
    margin: 10px 6px 0;
    display: block;
    zoom: 1;
    *display: inline;
    vertical-align: bottom;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    cursor: pointer;
}

.flex-control-paging li a:hover {}

.flex-control-paging li a.flex-active {}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.banner .flex-direction-nav {
    display: none;
    width: auto;
    /*! position: absolute; */
    /*! right: 13%; */
    /*! bottom: 34px; */
    /*! height: 64px; */
    /*! z-index: 9; */
}

.banner .flex-direction-nav .flex-prev {
    background: url(../images/arrow_lf.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.3);
    float: left;
    position: absolute;
    left: 3%;
    top: 50%;
    z-index: 99;
}

.banner .flex-direction-nav .flex-next {
    background: url(../images/arrow_rt.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.3);
    float: right;
    position: absolute;
    right: 3%;
    top: 50%;
    z-index: 99;
}

.banner .flex-direction-nav a:hover {
    background-color: #0e418c;
    border: #0e418c 2px solid;
}

.banner .flex-control-paging {
    position: absolute;
    bottom: 120px;
    height: 70px;
    line-height: 70px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    /* ±ê×¼µÄÓï·¨ */
}

.banner .flex-control-nav li {
    margin: 0 5px;
    overflow: hidden;
    display: inline-block;
}

.banner .flex-control-nav li a {
    text-indent: 0;
    display: inline-block;
    width: 46px;
    height: 30px;
    background: url(../images/icon3.png) no-repeat bottom center;
}

.banner .flex-control-nav li a.flex-active {
    background: url(../images/icon4.png) no-repeat bottom center;
}

.banner .flexslider {
    position: relative;
    z-index: 0;
}

.banner .slideText {
    display: block;
    width: 100%;
    height: 120px;
    background: url(../images/slidesbg.png) no-repeat center top;
    text-align: center;
}

.banner .slideText p {
    padding: 22px 0 0 0;
}

.bd {
    overflow: hidden;
}

.bd li {
    float: left;
    width: 29.33%;
    box-shadow: 2px 2px 3px #999;
    margin: 0 2% 50px;
    position: relative;
}

.bd li .thumb_bg {
    height: 236px;
    background: #eee no-repeat center top/cover;
}

.bd h4 {
    font-size: 20px;
    margin: 12px 0 8px 15px;
    line-height: 1.5;
    color: #333;
}

.bd .des {
    color: #4D4D4D;
    margin: 0 15px 20px;
}

.bd li a::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 21px;
    height: 21px;
    background: url(../images/right_arrow.png) no-repeat right bottom;
    transition: right .2s;
}

.bd li:hover {
    background: #14553c;
    box-shadow: 0 0 3px #14553c;
}

.bd li:hover h4 {
    color: #fff;
}

.bd li:hover .des {
    color: #e3e3e3;
}

.bd li:hover a::after {
    right: 5px;
    background-image: url(../images/right_arrow-white.png);
}

.bd .more {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 70px;
}

.bd .more a {
    border: 1px solid #14553c;
    padding: 0 75px;
    border-radius: 4px;
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    color: #6f0000;
    letter-spacing: 3px;
    transition: background .2s;
}

.bd .more a:hover {
    background: #14553c;
    color: #fff;
}

.content {
    position: relative;
}

.content:before {
    content: "";
    display: block;
    width: 100%;
    height: 352px;
    background: url(../images/modebg1.jpg) repeat;
    position: absolute;
    top: -120px;
}


/*ÐÂÎÅ¶¯Ì¬*/

.wrap_mode01 {
    position: relative;
    z-index: 1;
}

.mode01 {}

.articleTitle01 {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.articleTitle01:before {
    content: "";
    display: block;
    width: 10px;
    height: 35px;
    background: #e0c67e;
    position: absolute;
    left: 0;
    top: 9px;
}

.articleTitle01 .title {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 9;
    color: #fff;
    padding-left: 20px;
}

.articleTitle01 .more {
    float: right;
    color: #fff;
    line-height: 50px;
    opacity: 0.7;
}

.articleTitle02 .title {
    color: #14553c;
}

.articleTitle02 .more {
    color: #999999;
    opacity: 1;
}

.list1 {
    margin: -22px;
    overflow: hidden;
}

.list1 a {
    display: block;
    margin: 22px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 30px 15px;
}

.list1 .gp-img-responsive {}

.list1 .listTitle {
    line-height: 22px;
    height: 44px;
    margin: 16px 0;
}

.list1 .listCon {
    color: #999;
    line-height: 20px;
    max-height: 60px;
    margin: 15px 0 30px 0;
}

.list1 .listDate {
    color: #999999;
    background: url(../images/datebg.png) no-repeat left center;
    padding-left: 24px;
    background-size: contain;
}

.list1 a:hover {
    margin-top: 12px;
}

.wrap_mode02 {
    margin: 30px 0 40px 0;
}

.list2 {
    margin: -6px;
    overflow: hidden;
}

.list2 a {
    display: block;
    margin: 6px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    padding: 30px;
    border: #eeeeee 1px solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

.list2 a:before {
    content: "";
    display: block;
    width: 82%;
    height: 4px;
    background: #14553c;
    position: absolute;
    top: 0;
}

.list2 .gp-img-responsive {}

.list2 .listTitle {
    line-height: 22px;
    height: 44px;
    margin: 16px 0;
    color: #14553c;
}

.list2 .listCon {
    color: #999;
    line-height: 20px;
    max-height: 60px;
    margin: 15px 0 30px 0;
}

.list2 .listDate {
    color: #999999;
    background: url(../images/datebg.png) no-repeat left center;
    padding-left: 24px;
    background-size: contain;
}

.list2 a:hover {
    margin-top: 0px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.wrap_mode03 {
    background: url(../images/modebg2.jpg) repeat;
    padding: 40px 0;
    overflow: hidden;
}

.mode03>.gp-fl {
    width: 31.8%;
    overflow: hidden;
}

.mode03>.gp-fr {
    width: 66.3%;
    overflow: hidden;
    background: #fff;
    border-top: #13523a 2px solid;
}

.list3 a {
    display: block;
    overflow: hidden;
    position: relative;
}

.list3 .gp-img-responsive {
    padding-bottom: 67%;
}

.list3 .listText {
    height: 60px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(21, 61, 44, 1);
    background: -webkit-linear-gradient(bottom, rgba(21, 61, 44, 1), rgba(21, 61, 44, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(21, 61, 44, 1), rgba(21, 61, 44, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(21, 61, 44, 1), rgba(21, 61, 44, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(21, 61, 44, 1), rgba(21, 61, 44, 0));
    /* ±ê×¼µÄÓï·¨ */
}

.list3 .listText p {
    padding: 0 20px;
}

.wraplist4 {
    margin: 5px 20px 0 20px;
    overflow: hidden;
}

.list4 {
    width: 48%;
}

.list4 li {
    border-bottom: #eeeeee 1px solid;
    overflow: hidden;
}

.list4 li a {
    display: block;
    margin: 18px 0;
    position: relative;
    transition: all 0.2s ease;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding-left: 15px;
}

.list4 li a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #e0c67e;
    position: absolute;
    left: 0;
    top: 10px;
}

.list4 li a:hover {
    padding-left: 25px;
}

.wrap_mode04 {
    position: relative;
    overflow: hidden;
    padding-bottom: 45px;
}

.wrap_mode04:before {
    content: "";
    display: block;
    width: 100%;
    height: 234px;
    background: url(../images/modebg2.jpg) repeat;
    position: absolute;
    top: 0;
}

.list5 {
    width: 100%;
    position: relative;
    margin: -20px;
    margin-left: 12vw;
}

.list5:before {
    content: "";
    display: block;
    width: 50%;
    height: 80px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.list5 .slick-slider>a {
    display: block;
    margin: 20px;
}

.list5 .slick-arrow {
    width: 38px;
    height: 38px;
    cursor: pointer;
    text-indent: 999em;
}

.list5 .slick-prev {
    background: url(../images/arrow_lf.png) no-repeat center rgba(255, 255, 255, 1);
    position: absolute;
    border: #14553c 1px solid;
    transition: all 0.2s ease;
    left: 69.9%;
    bottom: 0;
    z-index: 9;
}

.list5 .slick-next {
    background: url(../images/arrow_rt.png) no-repeat center rgba(255, 255, 255, 1);
    position: absolute;
    border: #14553c 1px solid;
    transition: all 0.2s ease;
    left: 72%;
    bottom: 0;
    z-index: 9;
}

.list5 .slick-prev:hover,
.articleList04 .slick-next:hover {
    opacity: 0.8;
}

.list5 .slickTitle {
    margin: 15px 0;
    height: 22px;
    line-height: 22px;
}

.list5 .slickDate {
    background: url(../images/datebg.png) no-repeat left center;
    padding-left: 20px;
    color: #999;
}

.list5 .slickText {
    transition: all 0.2s ease;
}

.list5 a:hover .slickText {
    padding-left: 10px;
}

.wrap_mode05 {
    background: url(../images/modebg3.jpg) no-repeat top center;
    padding: 40px 0 60px 0;
    overflow: hidden;
    background-size: cover;
}

.mode05 {
    position: relative;
}

.wraplist6 {
    background: #fff;
    padding: 15px 0;
    /*! overflow: hidden; */
    position: relative;
}

.wraplist6:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -50%;
    top: 0;
}

.list6 {
    width: 31.8%;
}

.list6 li a {
    display: block;
    border-bottom: #eee 1px solid;
    padding: 16px 0 16px 26px;
    background: url(../images/icon1.png) no-repeat left center;
    transition: all 0.2s ease;
}

.list6 li a:hover {
    padding-left: 36px;
}

.list6.gp-fm {
    margin-left: 2.2%;
}

.wraplist6 .slick-arrow {
    display: none !important;
}

.wraplist6 .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
    overflow: hidden;
}

.wraplist6 .slick-dots li {
    display: inline-block;
    width: 9px;
    height: 9px;
    text-indent: -9999px;
    background: #a1bbb1;
    border-radius: 50%;
    margin: 0 9px;
    cursor: pointer;
}

.wraplist6 .slick-dots li button {
    border: none;
    background: none;
}

.wraplist6 .slick-dots li.slick-active {
    background: #15563d;
}

.r3 {
    background-size: 100% auto;
    position: relative;
}


/* .r3::after {
    background: #4b0c77;
    opacity: 0.15;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
} */

.r3 .container {
    position: relative;
    z-index: 2;
}

.r3 .hd {
    padding-bottom: 30px;
}

.r3 .hd p,
.r3 .hd h3 {
    color: #fff;
    text-shadow: 0 2px 6px #0009;
}

.r3 .hd h3::after {
    background: #fff;
    box-shadow: 0 2px 6px #0009;
}

.r3 .scroll_list .ul_hd {
    font-weight: bold;
}

.r3 .scroll_list {
    width: 1168px;
    margin: 0 auto;
    background: rgba(20, 85, 60, .3);
    overflow: hidden;
    position: relative;
    font-size: 18px;
    color: #F3F3F3;
    text-align: center;
}

.r3 .scroll_list .box {
    border: 2px dashed #ccc;
    border-top-width: 0;
}

.r3 .scroll_list .ul_hd_button {
    position: absolute;
    right: 0;
    display: none;
}

.r3 .scroll_list:hover .ul_hd_button {
    display: block;
}

.r3 .scroll_list .ul_hd_button a {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 2;
    width: 26px;
    height: 26px;
    display: block;
    display: block;
    background: #eee;
    color: #bbb;
}

.r3 .scroll_list .ul_hd_button a.prev {}

.r3 .scroll_list .ul_hd_button a.next {
    top: 455px;
}

.r3 .scroll_list .ul_hd {
    position: relative;
}

.r3 .scroll_list ul li,
.html_list_donation .list_box ul li {
    line-height: 33.5px;
    height: 33.5px;
    position: relative;
    display: block;
    overflow: hidden;
}

.r3 .scroll_list .ul_hd li,
.html_list_donation .list_box .ul_hd li {
    line-height: 50px;
    height: 50px;
}

.r3 .scroll_list ul li.li_hd,
.html_list_donation ul li.li_hd {
    color: #fff;
    background: #14553c;
}

.r3 .scroll_list ul span,
.html_list_donation .list_box ul span {
    display: inline-block;
    width: 18%;
    float: left;
}

.r3 .scroll_list ul .d_name,
.html_list_donation .list_box ul .d_name {
    width: 30%;
}

.r3 .scroll_list ul .d_cat,
.html_list_donation .list_box ul .d_cat {
    width: 30%;
}

.r3 .scroll_list ul .d_amount,
.html_list_donation .list_box ul .d_amount {
    width: 13%;
    margin-right: 5%;
    text-align: right;
}

.r3 .scroll_list ul .d_time,
.html_list_donation .list_box ul .d_time {
    width: 20%;
}

.r3 .scroll_list ul .d_from,
.html_list_donation .list_box ul .d_from {
    width: 13%;
    display: none;
}

@media screen and (max-width:1500px) {
    .list5 {
        margin-left: 9vw;
    }
    .list5 .slick-prev {
        left: 69%;
    }
}

@media screen and (max-width:1400px) {
    .list5 {
        margin-left: 5.5vw;
    }
    .container {
        width: 100%;
    }
}

@media screen and (max-width:1300px) {
    .list5 {
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .articleTitle01 .more {
        line-height: 30px;
    }
    .articleTitle01:before {
        top: 2px;
    }
    .banner .slideText {
        height: 75px;
    }
    .banner .flex-control-paging {
        bottom: 75px;
    }
    .list1 {
        margin: -8px;
    }
    .list1 a {
        margin: 8px;
    }
    .list5 .slick-slider>a {
        margin: 8px;
    }
    .list5 .slick-prev {
        right: 50px;
        left: auto;
        bottom: -25px;
    }
    .list5 .slick-next {
        right: 0;
        left: auto;
        bottom: -25px;
    }
    .list5:before {
        display: none;
    }
    .wrap_mode04:before {
        height: 100%;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:996px) {
    .list2 a:hover {
        margin-top: 6px;
    }
    .mode03>.gp-fl {
        width: 100%;
        float: none;
    }
    .mode03>.gp-fr {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width:820px) {
    .bd li {
        width: 46%;
        margin-bottom: 20px;
    }
    .bd li .thumb_bg {
        height: 120px;
    }
    .bd li a::after {
        display: none;
    }
    .bd h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .bd .des {
        margin-bottom: 15px;
    }
    .r3 .scroll_list {
        width: 100%;
    }
    .r3 {
        background-size: auto 100%;
        height: 700px;
    }
    .r3 .hd {
        margin-bottom: 40px;
    }
    .r3 .scroll_list,
    .html_list_donation .list_box {
        font-size: 16px;
    }
    .r3 .scroll_list .ul_hd li,
    .html_list_donation .list_box .ul_hd li {
        line-height: 35px;
        height: 35px;
    }
    .r3 .scroll_list .box {
        font-size: 15px;
    }
    .r3 .scroll_list ul li,
    .html_list_donation .list_box ul li {
        line-height: 29px;
        height: 29px;
    }
    .r3 .scroll_list ul span,
    .html_list_donation .list_box ul span {
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .r3 .scroll_list ul .d_name,
    .html_list_donation .list_box ul .d_name {
        width: 40%;
    }
    .r3 .scroll_list ul .d_time,
    .html_list_donation .list_box ul .d_time {
        width: 30%;
    }
    .r3 .scroll_list ul .d_amount,
    .html_list_donation .list_box ul .d_amount {
        width: 25%;
    }
    .r3 .scroll_list ul .d_cat,
    .r3 .scroll_list ul .d_from,
    .html_list_donation .list_box ul .d_cat,
    .html_list_donation .list_box ul .d_from {
        display: none;
    }
}

@media screen and (max-width:766px) {
    .list1 .listTitle,
    .list2 .listTitle {
        height: auto;
        margin: 10px 0;
    }
    .list1 .listCon,
    .list2 .listCon {
        /*! max-height: none; */
        margin: 10px 0;
    }
    .list2 a {
        padding: 15px;
    }
    .list2 a:before {
        width: 100%;
        left: 0;
    }
    .list4 {
        width: 100%;
        float: none;
    }
    .list4 li a {
        margin: 13px 0;
    }
    .list6 {
        width: 100%;
        float: none;
    }
    .list6.gp-fm {
        margin: 0;
    }
    .list5 .slick-arrow {
        display: none !important;
    }
    .articleTitle01 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:640px) {
    .banner .flex-control-paging,
    .banner .slideText {
        display: none;
    }
    .wrap_mode01 {
        margin-top: 25px;
    }
    .wrap_mode02 {
        margin: 25px 0;
    }
    .wrap_mode03,
    .wrap_mode05 {
        padding: 25px 0;
    }
}

@media screen and (max-width:480px) {}